gtkffmediafile.c: Use g_snprintf()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 30 Dec 2020 10:14:20 +0000 (18:14 +0800)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 9 Jan 2021 03:24:42 +0000 (22:24 -0500)
commit2b8ad6c4b52564114d39449c5000a2545750cb41
treea418447d5fd749cecef101d52ef7b29ac83505f5
parent99b2da4c47780df4dbf0f9787db19ab25bff14a5
gtkffmediafile.c: Use g_snprintf()

Visual Studio 2013 is just shy of being sufficiently C99-compliant to
build GTK master, as it did not support snprintf() in its CRT
implementation.

Use g_snprintf() to cover for this.
modules/media/gtkffmediafile.c